Scheduler for WPF
BeginUpdate メソッド (ReentrantObservableCollection<T>)

C1.WPF.Schedule アセンブリ > C1.WPF.Schedule 名前空間 > ReentrantObservableCollection<T> クラス : BeginUpdate メソッド
Prevents raising events until the EndUpdate method is called.
シンタックス
'宣言
 
Public Sub BeginUpdate() 
public void BeginUpdate()
解説
The ReentrantObservableCollection<T> keeps count of calls to BeginUpdate method. Be sure to call EndUpdate method for each call to BeginUpdate method.
参照

ReentrantObservableCollection<T> クラス
ReentrantObservableCollection<T> メンバ